ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / LabelMin Property






In This Topic
    LabelMin Property (ChartAxis<T>)
    In This Topic
    Gets or sets a value that determines whether the minimum axis value should be always labeled.
    Syntax
    'Declaration
     
    
    Public Property LabelMin As System.Boolean
    'Usage
     
    
    Dim instance As ChartAxis(Of T)
    Dim value As System.Boolean
     
    instance.LabelMin = value
     
    value = instance.LabelMin
    public System.bool LabelMin {get; set;}
    public read-write property LabelMin: System.Boolean; 
    public function get,set LabelMin : System.boolean
    public: __property System.bool get_LabelMin();
    public: __property void set_LabelMin( 
       System.bool value
    );
    public:
    property System.bool LabelMin {
       System.bool get();
       void set (    System.bool value);
    }
    See Also